mammoth module¶
This module provides the base classes for setting up a calculation with Mammoth and manage mammoth input parameters.
Mammoth¶
Model for Atomic Molecular Mechanics On The Hub
The Mammoth class¶
-
class
mammoth.
Mammoth
(controls)[source]¶ Mammoth class to master the Mammoth
Set up the mammoth to run the desired calculations
Parameters: controls (MammothControls) – The MammothConrols object that contains all the control parameters
The MammothControls class¶
-
class
mammoth.
MammothControls
(*args, **kwargs)[source]¶ A convenient container of all Mammoth control paramters
-
classmethod
default_parameters
()[source]¶ All default parameters as a dict that can be used to set up a MammothConrols object. The filename is empty.
-
classmethod